home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-22 | 1.2 KB | 27 lines | [TEXT/MPS ] |
- 07/27/93 (ERS)
-
- __________
-
- DTS.StyleChat has been given a face-lift. It now has 3D buttons for connecting/sending,
- instead of the Communicate menu. (Lots better.)
-
- __________
-
- DTS.StyleChat was still creating the TextEdit controls for the inbox and outbox
- with direct calls to CTENew(). This has been changed to be AppsToGo-editor-compliant.
- The controls are now edited in AppsToGo, and they are created when AddControlSet()
- is called in the InitContent() procedure. Since the window can be resized at runtime,
- ResizeContent() can't get simpler. This actually works out nicely, though. By calling
- ResizeContent() from InitContent(), the inbox/outbox controls only have to exist.
- They get resized correctly by ResizeContent(). This means that the window size can
- be changed and kept with the document, yet we can still create the inbox/outbox controls
- in the AppsToGo editor at a fixed size.
-
- __________
-
- The Kibitz feature of a document remembering what remote application is was connected to
- and launching that remote application when the document is opened has been added to
- DTS.StyleChat. I suspect that this may turn out to be a popular feature, so I've added
- support for this in DTS.Lib. (A good portion of the autl-launch code is in AEConnect.c)
-
-